home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / TipTop_Software / TipTop / Supplement / src / tlog / Makefile next >
Makefile  |  1994-05-08  |  101b  |  5 lines

  1. ARCH= -arch m68k -arch i386
  2. tlog: tlog.m
  3.     $(CC) $(ARCH) -Wall -O -o tlog tlog.m -lNeXT_s
  4.     strip tlog
  5.